home *** CD-ROM | disk | FTP | other *** search
/ Complete Linux / Complete Linux.iso / docs / system / emulator / dosemu / announce.49p next >
Encoding:
Text File  |  1993-11-20  |  4.5 KB  |  109 lines

  1.  - - -  Announcing DOSEMU interim release dosemu0.49pl2. - - -
  2.  
  3.   It's more powerfull, it's more complete, it's got more bug fixes
  4. than new code :-).
  5.  
  6.   We are proud to offer this intrim release to all folks in the ALPHA
  7. world. ALPHA being that this is not for the faint of heart, but 
  8. heh, don't let that stop you :-).
  9.  
  10. At this time, it can be found at:
  11.  
  12. dspsun.eas.asu.edu:/pub/dosemu/dosemu0.49pl2.tar.gz
  13.  
  14. Thanks to deisher@enws125.EAS.ASU.EDU (Michael E. Deisher) for
  15. providing the site until some aggreement is made on how to proceed.
  16.  
  17. If enough interest exists, we'll try to put it up on TSX and SUNSITE.
  18.  
  19.   This release has some important changes, actually bug fixes, and some
  20. new functionality to emufs.sys. (The hardrive redirector) It allows
  21. us to redirect the redirected drives using a DOS program LREDIR after
  22. booting, thanks to Tim Bird (Tim_R_Bird@Novell.COM) .
  23. - As he explains:
  24.   LREDIR allows you to redirect any drive, including one that is
  25. currently a physical drive, meaning that you can replace a drive with a
  26. redirected one. When you delete the redirection, the physical drive is
  27. again visible. I am currently using this so that the boot diskimage
  28. disappears, and is replaced by the mounted MSDOS file system in Linux, 
  29. with the drive letter and root the same as when I just boot DOS.  
  30. People who use LREDIR in this way should be careful when they use 
  31. LREDIR in the autoexec, because COMMAND.COM will continue parsing
  32. the autoexec.bat from the redirected drive as the same file offset
  33. where it left off in the autoexec.bat on the physical drive. For 
  34. this reason, it is safest to have the autoexec.bat on the 
  35. redirected drive and the physical drive (diskimage) be the same.
  36.  
  37.   I would like to add that you only need to load emufs.sys once, and
  38. just issue lredir for any redirection you want. Adding drives as you
  39. go. It makes getting a hold of different directories a snap. Thanks
  40. Tim, great stuff! 
  41.  
  42. - Video switching is still growing, and has had some fixes for Trident
  43. cards, as well as changing routines for saving and restoring video
  44. memory above the first bank. ET4000 code is still giving some problems
  45. so be aware. 
  46.  
  47. - Keyboard control has been enhanced using a real time int16 interrupt.
  48. Thanks Tim. This is important for WordPerfect users, Dosshell,
  49. Qbasic, and many other problems that have been attributed to keyboard
  50. problems. This has not been proved to fix the 1 key behind problem
  51. yet.:-(
  52.  
  53. - Sdh@po.cwru.edu (Scott D. Heavner) has allowed us to specify an
  54. alternate config file using dos -F'filename' etc with his patches.
  55.  
  56. - A problem writing files in WordPerfect on emufs.sys drives has been
  57. irraticated. 
  58.  
  59. - Dir listings that included the volume label attribute were only 
  60. returning the volume label, and no dir listing. Fixed. Thanks to
  61. karel@obelix.icce.rug.nl.
  62.  
  63. - Finally the keyboard problem has had another important fix thanks to
  64. ronnie@lysator.liu.se (ronnie s.) via Robert (gt8134b@prism.gatech.edu)
  65. that should fix the keyboard behind by 1 problem.
  66.  
  67. - This is a patch that Linus received that may or may not allow 
  68. DOSEMU to work in the latest pl13[o-r] versions. I have not yet
  69. tested it to verify one way or the other:
  70.  
  71. -----------------------------------------------------------------------
  72. From Linus:
  73.  
  74. I think I've found it thanks to somebody else (forget his name..). There
  75. is an incorrect initialization of 'saved_kernel_stack' in
  76. <linux/sched.h>, where there is a line like this:
  77.  
  78. ! /* stack */ (unsigned long) &init_kernel_stack, \
  79. !   (unsigned long) &init_kernel_stack, \
  80.  
  81. which should read as:
  82.  
  83. ! /* stack */ 0, (unsigned long) &init_kernel_stack, \
  84.  
  85. (ie the first value should be zero, not &init_kernel_stack). Hope the
  86. above helps?
  87.  
  88.   Linus
  89. --------------------------------------------------------------------
  90.  
  91.   I'm not happy to be saying this, but we seem to be losing THE man
  92. behind all the recent DOSEMU success. Robert, or as he was better
  93. known, Howl'n Bob (gt8134b@prism.gatech.edu) has said on the MSDOS
  94. channel that he beleives he will not actively be working on DOSEMU
  95. any longer. While we decide how we'll be handling this change of 
  96. responsibility I will be glad to take bug reports. I can be E-mailed
  97. at jmaclean@fox.nstn.ns.ca when my mail server is working.
  98.  
  99.   At this time I would like to suggest that we are always looking for
  100. folks to add more functionality to DOSEMU :-). If you now how serial
  101. works, want to add a paticular video card capability, EMS, DPMI,
  102. or anything else that would help DOSEMU progress, we'd like to hear
  103. from you.
  104.  
  105.   Thanks to everyone that contributed patches, new code, and new bugs.
  106.  
  107. JES
  108. ---
  109.